ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCProfile Class / getShort Method / getShort(Byte[],Int32) Method
data array
start of data in array

In This Topic
    getShort(Byte[],Int32) Method
    In This Topic
    Create a short from a two byte [].
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function getShort( _
       ByVal bfr() As Byte, _
       ByVal off As Integer _
    ) As Short
    public static short getShort( 
       byte[] bfr,
       int off
    )

    Parameters

    bfr
    data array
    off
    start of data in array

    Return Value

    native type from representation.
    See Also